public class Point2D_Vect
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
Point2D_Vect() |
|
Point2D_Vect(long n) |
protected |
Point2D_Vect(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
add(Point2D x) |
long |
capacity() |
void |
clear() |
void |
delete() |
boolean |
equals(Point2D_Vect o) |
protected void |
finalize() |
Point2D |
get(int i) |
protected static long |
getCPtr(Point2D_Vect obj) |
boolean |
isEmpty() |
void |
reserve(long n) |
void |
set(int i,
Point2D val) |
long |
size() |
protected Point2D_Vect(long cPtr, boolean cMemoryOwn)
public Point2D_Vect()
public Point2D_Vect(long n)
protected static long getCPtr(Point2D_Vect obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public long size()
public long capacity()
public void reserve(long n)
public boolean isEmpty()
public void clear()
public void add(Point2D x)
public Point2D get(int i)
public void set(int i, Point2D val)
public boolean equals(Point2D_Vect o)